.b_full-width-copy
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 60px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 18px;
		font-weight: 500;
		font-style: normal;
		color: #FFF;
		line-height: 28px /* 156% */;
		letter-spacing: 0.02em;
	}

	.body-copy-2
	{
		width: 100%;
		order: 0;
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 60px 170px;

		.body-copy-2
		{
			max-width: 1920px;
		}
	}
}
